composite.c: use 'double' consistently
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Apr 2012 06:52:40 +0000 (23:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Apr 2012 06:52:40 +0000 (23:52 -0700)
commit4d7183d107c551a50101e47d699f21c6b9f7d8dc
tree3d726072ef276980a96abc67f220ff6835aa84ea
parentef7e22068a746ba51e6010c35834d04c70b50eda
composite.c: use 'double' consistently

* composite.c (get_composition_id): Use 'double' consistently
instead of converting 'float' to 'double' and vice versa; this is
easier to understand and avoids a GCC warning.
src/ChangeLog
src/composite.c